home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / manual / libc.cp < prev    next >
Text File  |  1993-12-29  |  46KB  |  783 lines

  1. \entry {library}{1}{library}
  2. \entry {standards}{1}{standards}
  3. \entry {ANSI C}{2}{ANSI C}
  4. \entry {POSIX}{2}{POSIX}
  5. \entry {POSIX.1}{2}{POSIX.1}
  6. \entry {IEEE Std 1003.1}{2}{IEEE Std 1003.1}
  7. \entry {POSIX.2}{2}{POSIX.2}
  8. \entry {IEEE Std 1003.2}{2}{IEEE Std 1003.2}
  9. \entry {BSD Unix}{3}{BSD Unix}
  10. \entry {4.n BSD Unix}{3}{4.\var {n} BSD Unix}
  11. \entry {Berkeley Unix}{3}{Berkeley Unix}
  12. \entry {SunOS}{3}{SunOS}
  13. \entry {Unix, Berkeley}{3}{Unix, Berkeley}
  14. \entry {SVID}{3}{SVID}
  15. \entry {System V Unix}{3}{System V Unix}
  16. \entry {Unix, System V}{3}{Unix, System V}
  17. \entry {header files}{4}{header files}
  18. \entry {definition (compared to declaration)}{4}{definition (compared to declaration)}
  19. \entry {declaration (compared to definition)}{4}{declaration (compared to definition)}
  20. \entry {shadowing functions with macros}{5}{shadowing functions with macros}
  21. \entry {removing macros that shadow functions}{5}{removing macros that shadow functions}
  22. \entry {undefining macros that shadow functions}{5}{undefining macros that shadow functions}
  23. \entry {reserved names}{6}{reserved names}
  24. \entry {name space}{6}{name space}
  25. \entry {feature test macros}{8}{feature test macros}
  26. \entry {BSD compatibility library.}{9}{BSD compatibility library.}
  27. \entry {error reporting}{13}{error reporting}
  28. \entry {reporting errors}{13}{reporting errors}
  29. \entry {error codes}{13}{error codes}
  30. \entry {status codes}{13}{status codes}
  31. \entry {program name}{23}{program name}
  32. \entry {name of running program}{23}{name of running program}
  33. \entry {memory allocation}{25}{memory allocation}
  34. \entry {storage allocation}{25}{storage allocation}
  35. \entry {dynamic allocation}{25}{dynamic allocation}
  36. \entry {static allocation}{25}{static allocation}
  37. \entry {automatic allocation}{25}{automatic allocation}
  38. \entry {unconstrained storage allocation}{26}{unconstrained storage allocation}
  39. \entry {malloc function}{26}{\code {malloc} function}
  40. \entry {heap, dynamic allocation from}{26}{heap, dynamic allocation from}
  41. \entry {allocation of memory with malloc}{26}{allocation of memory with \code {malloc}}
  42. \entry {freeing memory allocated with malloc}{28}{freeing memory allocated with \code {malloc}}
  43. \entry {heap, freeing memory from}{28}{heap, freeing memory from}
  44. \entry {changing the size of a block (malloc)}{29}{changing the size of a block (\code {malloc})}
  45. \entry {efficiency and malloc}{31}{efficiency and \code {malloc}}
  46. \entry {page boundary}{31}{page boundary}
  47. \entry {alignment (with malloc)}{31}{alignment (with \code {malloc})}
  48. \entry {heap consistency checking}{32}{heap consistency checking}
  49. \entry {consistency checking, of heap}{32}{consistency checking, of heap}
  50. \entry {allocation hooks, for malloc}{32}{allocation hooks, for \code {malloc}}
  51. \entry {allocation statistics}{33}{allocation statistics}
  52. \entry {obstacks}{35}{obstacks}
  53. \entry {allocation (obstacks)}{37}{allocation (obstacks)}
  54. \entry {freeing (obstacks)}{38}{freeing (obstacks)}
  55. \entry {macros}{38}{macros}
  56. \entry {growing objects (in obstacks)}{39}{growing objects (in obstacks)}
  57. \entry {changing the size of a block (obstacks)}{39}{changing the size of a block (obstacks)}
  58. \entry {shrinking objects}{41}{shrinking objects}
  59. \entry {efficiency and obstacks}{41}{efficiency and obstacks}
  60. \entry {obstack status}{42}{obstack status}
  61. \entry {status of obstack}{42}{status of obstack}
  62. \entry {alignment (in obstacks)}{43}{alignment (in obstacks)}
  63. \entry {efficiency of chunks}{44}{efficiency of chunks}
  64. \entry {chunks}{44}{chunks}
  65. \entry {automatic freeing}{46}{automatic freeing}
  66. \entry {alloca function}{46}{\code {alloca} function}
  67. \entry {automatic storage with variable size}{46}{automatic storage with variable size}
  68. \entry {longjmp}{48}{longjmp}
  69. \entry {alloca disadvantages}{48}{\code {alloca} disadvantages}
  70. \entry {disadvantages of alloca}{48}{disadvantages of \code {alloca}}
  71. \entry {variable-sized arrays}{49}{variable-sized arrays}
  72. \entry {relocating memory allocator}{49}{relocating memory allocator}
  73. \entry {handle}{49}{handle}
  74. \entry {memory usage warnings}{50}{memory usage warnings}
  75. \entry {warnings of memory almost full}{50}{warnings of memory almost full}
  76. \entry {character testing}{53}{character testing}
  77. \entry {classification of characters}{53}{classification of characters}
  78. \entry {predicates on characters}{53}{predicates on characters}
  79. \entry {character predicates}{53}{character predicates}
  80. \entry {lower-case character}{53}{lower-case character}
  81. \entry {upper-case character}{53}{upper-case character}
  82. \entry {alphabetic character}{53}{alphabetic character}
  83. \entry {digit character}{53}{digit character}
  84. \entry {decimal digit character}{53}{decimal digit character}
  85. \entry {alphanumeric character}{54}{alphanumeric character}
  86. \entry {hexadecimal digit character}{54}{hexadecimal digit character}
  87. \entry {punctuation character}{54}{punctuation character}
  88. \entry {whitespace character}{54}{whitespace character}
  89. \entry {blank character}{54}{blank character}
  90. \entry {graphic character}{54}{graphic character}
  91. \entry {printing character}{54}{printing character}
  92. \entry {control character}{55}{control character}
  93. \entry {ASCII character}{55}{ASCII character}
  94. \entry {character case conversion}{55}{character case conversion}
  95. \entry {case conversion of characters}{55}{case conversion of characters}
  96. \entry {converting case of characters}{55}{converting case of characters}
  97. \entry {string, representation of}{57}{string, representation of}
  98. \entry {string}{57}{string}
  99. \entry {null character}{57}{null character}
  100. \entry {string literal}{57}{string literal}
  101. \entry {length of string}{58}{length of string}
  102. \entry {allocation size of string}{58}{allocation size of string}
  103. \entry {size of string}{58}{size of string}
  104. \entry {string length}{58}{string length}
  105. \entry {string allocation}{58}{string allocation}
  106. \entry {copying strings and arrays}{59}{copying strings and arrays}
  107. \entry {string copy functions}{59}{string copy functions}
  108. \entry {array copy functions}{59}{array copy functions}
  109. \entry {concatenating strings}{59}{concatenating strings}
  110. \entry {string concatenation functions}{59}{string concatenation functions}
  111. \entry {comparing strings and arrays}{63}{comparing strings and arrays}
  112. \entry {string comparison functions}{63}{string comparison functions}
  113. \entry {array comparison functions}{63}{array comparison functions}
  114. \entry {predicates on strings}{63}{predicates on strings}
  115. \entry {predicates on arrays}{63}{predicates on arrays}
  116. \entry {collating strings}{65}{collating strings}
  117. \entry {string collation functions}{65}{string collation functions}
  118. \entry {converting string to collation order}{66}{converting string to collation order}
  119. \entry {search functions (for strings)}{68}{search functions (for strings)}
  120. \entry {string search functions}{68}{string search functions}
  121. \entry {tokenizing strings}{70}{tokenizing strings}
  122. \entry {breaking a string into tokens}{70}{breaking a string into tokens}
  123. \entry {parsing tokens from a string}{70}{parsing tokens from a string}
  124. \entry {opening a file}{73}{opening a file}
  125. \entry {file position}{75}{file position}
  126. \entry {sequential-access files}{75}{sequential-access files}
  127. \entry {random-access files}{75}{random-access files}
  128. \entry {append-access files}{75}{append-access files}
  129. \entry {file name}{75}{file name}
  130. \entry {directory}{76}{directory}
  131. \entry {link}{76}{link}
  132. \entry {directory entry}{76}{directory entry}
  133. \entry {file name component}{76}{file name component}
  134. \entry {file name resolution}{76}{file name resolution}
  135. \entry {root directory}{76}{root directory}
  136. \entry {absolute file name}{76}{absolute file name}
  137. \entry {relative file name}{76}{relative file name}
  138. \entry {parent directory}{77}{parent directory}
  139. \entry {file name syntax errors}{77}{file name syntax errors}
  140. \entry {usual file name syntax errors}{77}{usual file name syntax errors}
  141. \entry {file pointer}{81}{file pointer}
  142. \entry {standard streams}{81}{standard streams}
  143. \entry {streams, standard}{81}{streams, standard}
  144. \entry {standard input stream}{81}{standard input stream}
  145. \entry {standard output stream}{82}{standard output stream}
  146. \entry {standard error stream}{82}{standard error stream}
  147. \entry {opening a stream}{82}{opening a stream}
  148. \entry {closing a stream}{84}{closing a stream}
  149. \entry {writing to a stream, by characters}{85}{writing to a stream, by characters}
  150. \entry {reading from a stream, by characters}{86}{reading from a stream, by characters}
  151. \entry {peeking at input}{89}{peeking at input}
  152. \entry {unreading characters}{89}{unreading characters}
  153. \entry {pushing input back}{89}{pushing input back}
  154. \entry {format string, for printf}{91}{format string, for \code {printf}}
  155. \entry {template, for printf}{91}{template, for \code {printf}}
  156. \entry {formatted output to a stream}{91}{formatted output to a stream}
  157. \entry {writing to a stream, formatted}{91}{writing to a stream, formatted}
  158. \entry {conversion specifications (printf)}{92}{conversion specifications (\code {printf})}
  159. \entry {flag character (printf)}{93}{flag character (\code {printf})}
  160. \entry {minimum field width (printf)}{93}{minimum field width (\code {printf})}
  161. \entry {precision (printf)}{93}{precision (\code {printf})}
  162. \entry {type modifier character (printf)}{94}{type modifier character (\code {printf})}
  163. \entry {output conversions, for printf}{94}{output conversions, for \code {printf}}
  164. \entry {parsing a template string}{104}{parsing a template string}
  165. \entry {customizing printf}{107}{customizing \code {printf}}
  166. \entry {defining new printf conversions}{107}{defining new \code {printf} conversions}
  167. \entry {extending printf}{107}{extending \code {printf}}
  168. \entry {formatted input from a stream}{112}{formatted input from a stream}
  169. \entry {reading from a stream, formatted}{112}{reading from a stream, formatted}
  170. \entry {format string, for scanf}{112}{format string, for \code {scanf}}
  171. \entry {template, for scanf}{112}{template, for \code {scanf}}
  172. \entry {conversion specifications (scanf)}{113}{conversion specifications (\code {scanf})}
  173. \entry {matching failure, in scanf}{113}{matching failure, in \code {scanf}}
  174. \entry {flag character (scanf)}{114}{flag character (\code {scanf})}
  175. \entry {maximum field width (scanf)}{114}{maximum field width (\code {scanf})}
  176. \entry {type modifier character (scanf)}{114}{type modifier character (\code {scanf})}
  177. \entry {input conversions, for scanf}{114}{input conversions, for \code {scanf}}
  178. \entry {binary I/O to a stream}{121}{binary I/O to a stream}
  179. \entry {block I/O to a stream}{121}{block I/O to a stream}
  180. \entry {reading from a stream, by blocks}{121}{reading from a stream, by blocks}
  181. \entry {writing to a stream, by blocks}{121}{writing to a stream, by blocks}
  182. \entry {end of file, on a stream}{121}{end of file, on a stream}
  183. \entry {text stream}{122}{text stream}
  184. \entry {binary stream}{122}{binary stream}
  185. \entry {lines (in a text file)}{123}{lines (in a text file)}
  186. \entry {file positioning on a stream}{123}{file positioning on a stream}
  187. \entry {positioning a stream}{123}{positioning a stream}
  188. \entry {seeking on a stream}{123}{seeking on a stream}
  189. \entry {buffering of streams}{126}{buffering of streams}
  190. \entry {unbuffered stream}{127}{unbuffered stream}
  191. \entry {line buffered stream}{127}{line buffered stream}
  192. \entry {fully buffered stream}{127}{fully buffered stream}
  193. \entry {flushing a stream}{128}{flushing a stream}
  194. \entry {buffering, controlling}{128}{buffering, controlling}
  195. \entry {stream, for I/O to a string}{131}{stream, for I/O to a string}
  196. \entry {string stream}{131}{string stream}
  197. \entry {custom streams}{134}{custom streams}
  198. \entry {programming your own streams}{134}{programming your own streams}
  199. \entry {cookie, for custom stream}{134}{cookie, for custom stream}
  200. \entry {hook functions (of custom streams)}{135}{hook functions (of custom streams)}
  201. \entry {opening a file descriptor}{137}{opening a file descriptor}
  202. \entry {closing a file descriptor}{137}{closing a file descriptor}
  203. \entry {append mode (file status flag)}{138}{append mode (file status flag)}
  204. \entry {create on open (file status flag)}{138}{create on open (file status flag)}
  205. \entry {non-blocking mode (file status flag)}{138}{non-blocking mode (file status flag)}
  206. \entry {reading from a file descriptor}{140}{reading from a file descriptor}
  207. \entry {end-of-file, on a file descriptor}{140}{end-of-file, on a file descriptor}
  208. \entry {writing to a file descriptor}{141}{writing to a file descriptor}
  209. \entry {file positioning on a file descriptor}{143}{file positioning on a file descriptor}
  210. \entry {positioning a file descriptor}{143}{positioning a file descriptor}
  211. \entry {seeking on a file descriptor}{143}{seeking on a file descriptor}
  212. \entry {streams, and file descriptors}{145}{streams, and file descriptors}
  213. \entry {converting file descriptor to stream}{145}{converting file descriptor to stream}
  214. \entry {extracting file descriptor from stream}{145}{extracting file descriptor from stream}
  215. \entry {standard file descriptors}{146}{standard file descriptors}
  216. \entry {file descriptors, standard}{146}{file descriptors, standard}
  217. \entry {standard input file descriptor}{146}{standard input file descriptor}
  218. \entry {standard output file descriptor}{146}{standard output file descriptor}
  219. \entry {standard error file descriptor}{146}{standard error file descriptor}
  220. \entry {channels}{146}{channels}
  221. \entry {streams and descriptors}{146}{streams and descriptors}
  222. \entry {descriptors and streams}{146}{descriptors and streams}
  223. \entry {mixing descriptors and streams}{146}{mixing descriptors and streams}
  224. \entry {linked channels}{147}{linked channels}
  225. \entry {cleaning up a stream}{147}{cleaning up a stream}
  226. \entry {independent channels}{147}{independent channels}
  227. \entry {waiting for input or output}{148}{waiting for input or output}
  228. \entry {multiplexing input}{148}{multiplexing input}
  229. \entry {input from multiple files}{148}{input from multiple files}
  230. \entry {file descriptor sets, for select}{149}{file descriptor sets, for \code {select}}
  231. \entry {control operations on files}{152}{control operations on files}
  232. \entry {fcntl function}{152}{\code {fcntl} function}
  233. \entry {duplicating file descriptors}{153}{duplicating file descriptors}
  234. \entry {redirecting input and output}{153}{redirecting input and output}
  235. \entry {file descriptor flags}{155}{file descriptor flags}
  236. \entry {close-on-exec (file descriptor flag)}{155}{close-on-exec (file descriptor flag)}
  237. \entry {file status flags}{156}{file status flags}
  238. \entry {file locks}{158}{file locks}
  239. \entry {record locking}{158}{record locking}
  240. \entry {exclusive lock}{158}{exclusive lock}
  241. \entry {write lock}{158}{write lock}
  242. \entry {shared lock}{158}{shared lock}
  243. \entry {read lock}{158}{read lock}
  244. \entry {interrupt-driven input}{162}{interrupt-driven input}
  245. \entry {current working directory}{165}{current working directory}
  246. \entry {working directory}{165}{working directory}
  247. \entry {change working directory}{165}{change working directory}
  248. \entry {accessing directories}{167}{accessing directories}
  249. \entry {reading from a directory}{167}{reading from a directory}
  250. \entry {directories, accessing}{167}{directories, accessing}
  251. \entry {directory stream}{167}{directory stream}
  252. \entry {hard link}{170}{hard link}
  253. \entry {link, hard}{170}{link, hard}
  254. \entry {multiple names for one file}{170}{multiple names for one file}
  255. \entry {file names, multiple}{170}{file names, multiple}
  256. \entry {soft link}{171}{soft link}
  257. \entry {link, soft}{171}{link, soft}
  258. \entry {symbolic link}{171}{symbolic link}
  259. \entry {link, symbolic}{171}{link, symbolic}
  260. \entry {deleting a file}{173}{deleting a file}
  261. \entry {removing a file}{173}{removing a file}
  262. \entry {unlinking a file}{173}{unlinking a file}
  263. \entry {directories, deleting}{174}{directories, deleting}
  264. \entry {deleting a directory}{174}{deleting a directory}
  265. \entry {renaming a file}{174}{renaming a file}
  266. \entry {creating a directory}{176}{creating a directory}
  267. \entry {directories, creating}{176}{directories, creating}
  268. \entry {status of a file}{177}{status of a file}
  269. \entry {attributes of a file}{177}{attributes of a file}
  270. \entry {file attributes}{177}{file attributes}
  271. \entry {inode number}{179}{inode number}
  272. \entry {file owner}{182}{file owner}
  273. \entry {owner of a file}{182}{owner of a file}
  274. \entry {group owner of a file}{182}{group owner of a file}
  275. \entry {file permission bits}{184}{file permission bits}
  276. \entry {sticky bit}{185}{sticky bit}
  277. \entry {permission to access a file}{185}{permission to access a file}
  278. \entry {access permission for a file}{185}{access permission for a file}
  279. \entry {file access permission}{185}{file access permission}
  280. \entry {file creation mask}{186}{file creation mask}
  281. \entry {umask}{186}{umask}
  282. \entry {testing access permission}{188}{testing access permission}
  283. \entry {access, testing for}{188}{access, testing for}
  284. \entry {setuid programs and file access}{188}{setuid programs and file access}
  285. \entry {file access time}{189}{file access time}
  286. \entry {file modification time}{189}{file modification time}
  287. \entry {file attribute modification time}{189}{file attribute modification time}
  288. \entry {creating special files}{191}{creating special files}
  289. \entry {special files}{191}{special files}
  290. \entry {TMPDIR environment variable}{193}{TMPDIR environment variable}
  291. \entry {pipe}{195}{pipe}
  292. \entry {FIFO special file}{195}{FIFO special file}
  293. \entry {creating a pipe}{195}{creating a pipe}
  294. \entry {opening a pipe}{195}{opening a pipe}
  295. \entry {interprocess communication, with pipes}{195}{interprocess communication, with pipes}
  296. \entry {creating a pipe to a subprocess}{197}{creating a pipe to a subprocess}
  297. \entry {pipe to a subprocess}{197}{pipe to a subprocess}
  298. \entry {filtering i/o through subprocess}{197}{filtering i/o through subprocess}
  299. \entry {creating a FIFO special file}{199}{creating a FIFO special file}
  300. \entry {interprocess communication, with FIFO}{199}{interprocess communication, with FIFO}
  301. \entry {socket}{201}{socket}
  302. \entry {interprocess communication, with sockets}{201}{interprocess communication, with sockets}
  303. \entry {communication style (of a socket)}{201}{communication style (of a socket)}
  304. \entry {style of communication (of a socket)}{201}{style of communication (of a socket)}
  305. \entry {packet}{201}{packet}
  306. \entry {byte stream}{201}{byte stream}
  307. \entry {stream (sockets)}{201}{stream (sockets)}
  308. \entry {loss of data on sockets}{201}{loss of data on sockets}
  309. \entry {data loss on sockets}{201}{data loss on sockets}
  310. \entry {namespace (of socket)}{201}{namespace (of socket)}
  311. \entry {domain (of socket)}{201}{domain (of socket)}
  312. \entry {socket namespace}{201}{socket namespace}
  313. \entry {socket domain}{201}{socket domain}
  314. \entry {network protocol}{202}{network protocol}
  315. \entry {protocol (of socket)}{202}{protocol (of socket)}
  316. \entry {socket protocol}{202}{socket protocol}
  317. \entry {protocol family}{202}{protocol family}
  318. \entry {address of socket}{203}{address of socket}
  319. \entry {name of socket}{203}{name of socket}
  320. \entry {binding a socket address}{203}{binding a socket address}
  321. \entry {socket address (name) binding}{203}{socket address (name) binding}
  322. \entry {file namespace, for sockets}{206}{file namespace, for sockets}
  323. \entry {Internet namespace, for sockets}{209}{Internet namespace, for sockets}
  324. \entry {host address, Internet}{210}{host address, Internet}
  325. \entry {Internet host address}{210}{Internet host address}
  326. \entry {network number}{210}{network number}
  327. \entry {local network address number}{210}{local network address number}
  328. \entry {standard dot notation, for Internet addresses}{211}{standard dot notation, for Internet addresses}
  329. \entry {dot notation, for Internet addresses}{211}{dot notation, for Internet addresses}
  330. \entry {hosts database}{213}{hosts database}
  331. \entry {converting host name to address}{213}{converting host name to address}
  332. \entry {converting host address to name}{213}{converting host address to name}
  333. \entry {port number}{216}{port number}
  334. \entry {services database}{217}{services database}
  335. \entry {converting service name to port number}{217}{converting service name to port number}
  336. \entry {converting port number to service name}{217}{converting port number to service name}
  337. \entry {byte order conversion, for socket}{218}{byte order conversion, for socket}
  338. \entry {converting byte order}{218}{converting byte order}
  339. \entry {big-endian}{218}{big-endian}
  340. \entry {little-endian}{218}{little-endian}
  341. \entry {network byte order}{218}{network byte order}
  342. \entry {protocols database}{219}{protocols database}
  343. \entry {TCP (Internet protocol)}{219}{TCP (Internet protocol)}
  344. \entry {creating a socket}{222}{creating a socket}
  345. \entry {socket, creating}{222}{socket, creating}
  346. \entry {opening a socket}{222}{opening a socket}
  347. \entry {socket, closing}{223}{socket, closing}
  348. \entry {closing a socket}{223}{closing a socket}
  349. \entry {shutting down a socket}{223}{shutting down a socket}
  350. \entry {socket shutdown}{223}{socket shutdown}
  351. \entry {creating a socket pair}{224}{creating a socket pair}
  352. \entry {socket pair}{224}{socket pair}
  353. \entry {opening a socket pair}{224}{opening a socket pair}
  354. \entry {connection}{225}{connection}
  355. \entry {client}{225}{client}
  356. \entry {server}{225}{server}
  357. \entry {connecting a socket}{225}{connecting a socket}
  358. \entry {socket, connecting}{225}{socket, connecting}
  359. \entry {socket, initiating a connection}{225}{socket, initiating a connection}
  360. \entry {socket, client actions}{225}{socket, client actions}
  361. \entry {listening (sockets)}{226}{listening (sockets)}
  362. \entry {sockets, server actions}{226}{sockets, server actions}
  363. \entry {sockets, listening}{226}{sockets, listening}
  364. \entry {sockets, accepting connections}{227}{sockets, accepting connections}
  365. \entry {accepting connections}{227}{accepting connections}
  366. \entry {reading from a socket}{229}{reading from a socket}
  367. \entry {writing to a socket}{229}{writing to a socket}
  368. \entry {out-of-band data}{235}{out-of-band data}
  369. \entry {high-priority data}{235}{high-priority data}
  370. \entry {urgent socket condition}{235}{urgent socket condition}
  371. \entry {datagram socket}{238}{datagram socket}
  372. \entry {sending a datagram}{239}{sending a datagram}
  373. \entry {transmitting datagrams}{239}{transmitting datagrams}
  374. \entry {datagrams, transmitting}{239}{datagrams, transmitting}
  375. \entry {receiving datagrams}{239}{receiving datagrams}
  376. \entry {socket options}{244}{socket options}
  377. \entry {level, for socket options}{244}{level, for socket options}
  378. \entry {socket option level}{244}{socket option level}
  379. \entry {networks database}{247}{networks database}
  380. \entry {converting network number to network name}{247}{converting network number to network name}
  381. \entry {converting network name to network number}{247}{converting network name to network number}
  382. \entry {terminal identification}{249}{terminal identification}
  383. \entry {identifying terminals}{249}{identifying terminals}
  384. \entry {terminal input queue}{249}{terminal input queue}
  385. \entry {typeahead buffer}{249}{typeahead buffer}
  386. \entry {terminal output queue}{250}{terminal output queue}
  387. \entry {canonical input processing}{250}{canonical input processing}
  388. \entry {noncanonical input processing}{250}{noncanonical input processing}
  389. \entry {terminal mode data types}{251}{terminal mode data types}
  390. \entry {terminal mode functions}{252}{terminal mode functions}
  391. \entry {parity checking}{255}{parity checking}
  392. \entry {break condition, detecting}{255}{break condition, detecting}
  393. \entry {modem status lines}{257}{modem status lines}
  394. \entry {carrier detect}{257}{carrier detect}
  395. \entry {modem disconnect}{258}{modem disconnect}
  396. \entry {echo of terminal input}{259}{echo of terminal input}
  397. \entry {interactive signals, from terminal}{260}{interactive signals, from terminal}
  398. \entry {line speed}{261}{line speed}
  399. \entry {baud rate}{261}{baud rate}
  400. \entry {terminal line speed}{261}{terminal line speed}
  401. \entry {terminal line speed}{261}{terminal line speed}
  402. \entry {EOF character}{263}{EOF character}
  403. \entry {EOL character}{264}{EOL character}
  404. \entry {ERASE character}{264}{ERASE character}
  405. \entry {KILL character}{264}{KILL character}
  406. \entry {EOL2 character}{264}{EOL2 character}
  407. \entry {WERASE character}{265}{WERASE character}
  408. \entry {REPRINT character}{265}{REPRINT character}
  409. \entry {LNEXT character}{265}{LNEXT character}
  410. \entry {INTR character}{265}{INTR character}
  411. \entry {interrupt character}{265}{interrupt character}
  412. \entry {QUIT character}{266}{QUIT character}
  413. \entry {SUSP character}{266}{SUSP character}
  414. \entry {suspend character}{266}{suspend character}
  415. \entry {DSUSP character}{266}{DSUSP character}
  416. \entry {delayed suspend character}{266}{delayed suspend character}
  417. \entry {START character}{267}{START character}
  418. \entry {STOP character}{267}{STOP character}
  419. \entry {DISCARD character}{267}{DISCARD character}
  420. \entry {STATUS character}{268}{STATUS character}
  421. \entry {MIN termios slot}{268}{MIN termios slot}
  422. \entry {TIME termios slot}{268}{TIME termios slot}
  423. \entry {terminal line control functions}{269}{terminal line control functions}
  424. \entry {break condition, generating}{270}{break condition, generating}
  425. \entry {flushing terminal output queue}{270}{flushing terminal output queue}
  426. \entry {terminal output queue, flushing}{270}{terminal output queue, flushing}
  427. \entry {clearing terminal input queue}{270}{clearing terminal input queue}
  428. \entry {terminal input queue, clearing}{270}{terminal input queue, clearing}
  429. \entry {flow control, terminal}{271}{flow control, terminal}
  430. \entry {terminal flow control}{271}{terminal flow control}
  431. \entry {domain error}{275}{domain error}
  432. \entry {range error}{275}{range error}
  433. \entry {trigonometric functions}{276}{trigonometric functions}
  434. \entry {pi (trigonometric constant)}{276}{pi (trigonometric constant)}
  435. \entry {inverse trigonmetric functions}{277}{inverse trigonmetric functions}
  436. \entry {exponentiation functions}{278}{exponentiation functions}
  437. \entry {power functions}{278}{power functions}
  438. \entry {logarithm functions}{278}{logarithm functions}
  439. \entry {square root function}{278}{square root function}
  440. \entry {cube root function}{278}{cube root function}
  441. \entry {hyperbolic functions}{279}{hyperbolic functions}
  442. \entry {inverse hyperbolic functions}{279}{inverse hyperbolic functions}
  443. \entry {random numbers}{280}{random numbers}
  444. \entry {pseudo-random numbers}{280}{pseudo-random numbers}
  445. \entry {seed (for random numbers)}{280}{seed (for random numbers)}
  446. \entry {NaN}{283}{NaN}
  447. \entry {not a number}{283}{not a number}
  448. \entry {IEEE floating point}{283}{IEEE floating point}
  449. \entry {absolute value functions}{284}{absolute value functions}
  450. \entry {normalization functions (floating-point)}{285}{normalization functions (floating-point)}
  451. \entry {rounding functions}{286}{rounding functions}
  452. \entry {remainder functions}{286}{remainder functions}
  453. \entry {converting floats to integers}{286}{converting floats to integers}
  454. \entry {integer division functions}{287}{integer division functions}
  455. \entry {parsing numbers (in formatted input)}{288}{parsing numbers (in formatted input)}
  456. \entry {converting strings to numbers}{288}{converting strings to numbers}
  457. \entry {number syntax, parsing}{288}{number syntax, parsing}
  458. \entry {syntax, for reading numbers}{288}{syntax, for reading numbers}
  459. \entry {Comparison Function}{293}{Comparison Function}
  460. \entry {search function (for arrays)}{293}{search function (for arrays)}
  461. \entry {binary search function (for arrays)}{293}{binary search function (for arrays)}
  462. \entry {array search function}{293}{array search function}
  463. \entry {sort function (for arrays)}{294}{sort function (for arrays)}
  464. \entry {quick sort function (for arrays)}{294}{quick sort function (for arrays)}
  465. \entry {array sort function}{294}{array sort function}
  466. \entry {stable sorting}{294}{stable sorting}
  467. \entry {Kermit the frog}{296}{Kermit the frog}
  468. \entry {globbing}{300}{globbing}
  469. \entry {word expansion}{310}{word expansion}
  470. \entry {expansion of shell words}{310}{expansion of shell words}
  471. \entry {tilde expansion}{310}{tilde expansion}
  472. \entry {variable substitution}{310}{variable substitution}
  473. \entry {substitution of variables and commands}{310}{substitution of variables and commands}
  474. \entry {command substitution}{310}{command substitution}
  475. \entry {arithmetic expansion}{310}{arithmetic expansion}
  476. \entry {field splitting}{310}{field splitting}
  477. \entry {wildcard expansion}{310}{wildcard expansion}
  478. \entry {quote removal}{310}{quote removal}
  479. \entry {removal of quotes}{310}{removal of quotes}
  480. \entry {CPU time}{315}{CPU time}
  481. \entry {processor time}{315}{processor time}
  482. \entry {clock ticks}{315}{clock ticks}
  483. \entry {ticks, clock}{315}{ticks, clock}
  484. \entry {time, elapsed CPU}{315}{time, elapsed CPU}
  485. \entry {Gregorian calendar}{317}{Gregorian calendar}
  486. \entry {time, calendar}{317}{time, calendar}
  487. \entry {date and time}{317}{date and time}
  488. \entry {calendar time}{317}{calendar time}
  489. \entry {high-resolution time}{317}{high-resolution time}
  490. \entry {local time}{317}{local time}
  491. \entry {broken-down time}{317}{broken-down time}
  492. \entry {epoch}{318}{epoch}
  493. \entry {broken-down time}{321}{broken-down time}
  494. \entry {calendar time and broken-down time}{321}{calendar time and broken-down time}
  495. \entry {leap second}{321}{leap second}
  496. \entry {Daylight Saving Time}{322}{Daylight Saving Time}
  497. \entry {summer time}{322}{summer time}
  498. \entry {time zone}{326}{time zone}
  499. \entry {setting an alarm}{329}{setting an alarm}
  500. \entry {interval timer, setting}{329}{interval timer, setting}
  501. \entry {alarms, setting}{329}{alarms, setting}
  502. \entry {timers, setting}{329}{timers, setting}
  503. \entry {real-time timer}{329}{real-time timer}
  504. \entry {virtual timer}{329}{virtual timer}
  505. \entry {profiling timer}{329}{profiling timer}
  506. \entry {resource limits}{334}{resource limits}
  507. \entry {limits on resource usage}{334}{limits on resource usage}
  508. \entry {usage limits}{334}{usage limits}
  509. \entry {process priority}{335}{process priority}
  510. \entry {priority of a process}{335}{priority of a process}
  511. \entry {extended character sets}{339}{extended character sets}
  512. \entry {wide characters}{339}{wide characters}
  513. \entry {multibyte characters}{340}{multibyte characters}
  514. \entry {basic byte sequence}{340}{basic byte sequence}
  515. \entry {code, character}{343}{code, character}
  516. \entry {character code}{343}{character code}
  517. \entry {extended strings, converting representations}{344}{extended strings, converting representations}
  518. \entry {converting extended strings}{344}{converting extended strings}
  519. \entry {multibyte character, length of}{345}{multibyte character, length of}
  520. \entry {length of multibyte character}{345}{length of multibyte character}
  521. \entry {extended characters, converting}{346}{extended characters, converting}
  522. \entry {converting extended characters}{346}{converting extended characters}
  523. \entry {internationalization}{351}{internationalization}
  524. \entry {locales}{351}{locales}
  525. \entry {combining locales}{352}{combining locales}
  526. \entry {categories for locales}{352}{categories for locales}
  527. \entry {locale categories}{352}{locale categories}
  528. \entry {changing the locale}{353}{changing the locale}
  529. \entry {locale, changing}{353}{locale, changing}
  530. \entry {monetary value formatting}{355}{monetary value formatting}
  531. \entry {numeric value formatting}{355}{numeric value formatting}
  532. \entry {decimal-point separator}{356}{decimal-point separator}
  533. \entry {grouping of digits}{356}{grouping of digits}
  534. \entry {currency symbols}{357}{currency symbols}
  535. \entry {non-local exits}{361}{non-local exits}
  536. \entry {long jumps}{361}{long jumps}
  537. \entry {signal}{365}{signal}
  538. \entry {generation of signals}{366}{generation of signals}
  539. \entry {delivery of signals}{366}{delivery of signals}
  540. \entry {pending signals}{366}{pending signals}
  541. \entry {blocked signals}{366}{blocked signals}
  542. \entry {specified action (for a signal)}{366}{specified action (for a signal)}
  543. \entry {default action (for a signal)}{366}{default action (for a signal)}
  544. \entry {signal action}{366}{signal action}
  545. \entry {catching signals}{366}{catching signals}
  546. \entry {signal names}{367}{signal names}
  547. \entry {names of signals}{367}{names of signals}
  548. \entry {signal number}{367}{signal number}
  549. \entry {program error signals}{368}{program error signals}
  550. \entry {exception}{369}{exception}
  551. \entry {floating-point exception}{369}{floating-point exception}
  552. \entry {illegal instruction}{370}{illegal instruction}
  553. \entry {segmentation violation}{370}{segmentation violation}
  554. \entry {bus error}{370}{bus error}
  555. \entry {abort signal}{370}{abort signal}
  556. \entry {program termination signals}{371}{program termination signals}
  557. \entry {hangup signal}{371}{hangup signal}
  558. \entry {interrupt signal}{371}{interrupt signal}
  559. \entry {quit signal}{371}{quit signal}
  560. \entry {quit signal}{371}{quit signal}
  561. \entry {termination signal}{372}{termination signal}
  562. \entry {kill signal}{372}{kill signal}
  563. \entry {alarm signal}{372}{alarm signal}
  564. \entry {virtual time alarm signal}{372}{virtual time alarm signal}
  565. \entry {profiling alarm signal}{373}{profiling alarm signal}
  566. \entry {input available signal}{373}{input available signal}
  567. \entry {output possible signal}{373}{output possible signal}
  568. \entry {urgent data signal}{373}{urgent data signal}
  569. \entry {job control signals}{373}{job control signals}
  570. \entry {child process signal}{373}{child process signal}
  571. \entry {continue signal}{373}{continue signal}
  572. \entry {stop signal}{374}{stop signal}
  573. \entry {interactive stop signal}{374}{interactive stop signal}
  574. \entry {terminal input signal}{374}{terminal input signal}
  575. \entry {terminal output signal}{374}{terminal output signal}
  576. \entry {pipe signal}{375}{pipe signal}
  577. \entry {broken pipe signal}{375}{broken pipe signal}
  578. \entry {user signals}{375}{user signals}
  579. \entry {signal messages}{376}{signal messages}
  580. \entry {signal actions}{377}{signal actions}
  581. \entry {establishing a handler}{377}{establishing a handler}
  582. \entry {signal function}{377}{\code {signal} function}
  583. \entry {default action for a signal}{378}{default action for a signal}
  584. \entry {ignore action for a signal}{378}{ignore action for a signal}
  585. \entry {sigaction function}{380}{\code {sigaction} function}
  586. \entry {signal flags}{383}{signal flags}
  587. \entry {flags for sigaction}{383}{flags for \code {sigaction}}
  588. \entry {sigaction flags}{383}{\code {sigaction} flags}
  589. \entry {initial signal actions}{384}{initial signal actions}
  590. \entry {signal handler function}{385}{signal handler function}
  591. \entry {non-local exit, from signal handler}{387}{non-local exit, from signal handler}
  592. \entry {race conditions, relating to signals}{388}{race conditions, relating to signals}
  593. \entry {handling multiple signals}{389}{handling multiple signals}
  594. \entry {successive signals}{389}{successive signals}
  595. \entry {merging of signals}{389}{merging of signals}
  596. \entry {restrictions on signal handler functions}{392}{restrictions on signal handler functions}
  597. \entry {volatile declarations}{392}{\code {volatile} declarations}
  598. \entry {reentrant functions}{392}{reentrant functions}
  599. \entry {sending signals}{398}{sending signals}
  600. \entry {raising signals}{398}{raising signals}
  601. \entry {signals, generating}{398}{signals, generating}
  602. \entry {killing a process}{399}{killing a process}
  603. \entry {interprocess communication, with signals}{401}{interprocess communication, with signals}
  604. \entry {blocking signals}{402}{blocking signals}
  605. \entry {signal set}{403}{signal set}
  606. \entry {signal mask}{405}{signal mask}
  607. \entry {process signal mask}{405}{process signal mask}
  608. \entry {blocking signals, in a handler}{407}{blocking signals, in a handler}
  609. \entry {pending signals, checking for}{408}{pending signals, checking for}
  610. \entry {blocked signals, checking for}{408}{blocked signals, checking for}
  611. \entry {checking for pending signals}{408}{checking for pending signals}
  612. \entry {timing error in signal handling}{410}{timing error in signal handling}
  613. \entry {waiting for a signal}{411}{waiting for a signal}
  614. \entry {pause function}{411}{\code {pause} function}
  615. \entry {signal stack}{414}{signal stack}
  616. \entry {process}{419}{process}
  617. \entry {program arguments}{419}{program arguments}
  618. \entry {command line arguments}{419}{command line arguments}
  619. \entry {main function}{419}{\code {main} function}
  620. \entry {argc (program argument count)}{419}{argc (program argument count)}
  621. \entry {argv (program argument vector)}{419}{argv (program argument vector)}
  622. \entry {program argument syntax}{420}{program argument syntax}
  623. \entry {syntax, for program arguments}{420}{syntax, for program arguments}
  624. \entry {command argument syntax}{420}{command argument syntax}
  625. \entry {long-named options}{420}{long-named options}
  626. \entry {program arguments, parsing}{421}{program arguments, parsing}
  627. \entry {command arguments, parsing}{421}{command arguments, parsing}
  628. \entry {parsing program arguments}{421}{parsing program arguments}
  629. \entry {environment variable}{428}{environment variable}
  630. \entry {environment}{428}{environment}
  631. \entry {environment access}{428}{environment access}
  632. \entry {environment representation}{428}{environment representation}
  633. \entry {standard environment variables}{429}{standard environment variables}
  634. \entry {HOME environment variable}{429}{HOME environment variable}
  635. \entry {home directory}{429}{home directory}
  636. \entry {LOGNAME environment variable}{429}{LOGNAME environment variable}
  637. \entry {PATH environment variable}{430}{PATH environment variable}
  638. \entry {TERM environment variable}{430}{TERM environment variable}
  639. \entry {TZ environment variable}{430}{TZ environment variable}
  640. \entry {LANG environment variable}{430}{LANG environment variable}
  641. \entry {LC{\_}COLLATE environment variable}{431}{LC{\_}COLLATE environment variable}
  642. \entry {LC{\_}CTYPE environment variable}{431}{LC{\_}CTYPE environment variable}
  643. \entry {LC{\_}MONETARY environment variable}{431}{LC{\_}MONETARY environment variable}
  644. \entry {LC{\_}NUMERIC environment variable}{431}{LC{\_}NUMERIC environment variable}
  645. \entry {LC{\_}TIME environment variable}{431}{LC{\_}TIME environment variable}
  646. \entry {{\_}POSIX{\_}OPTION{\_}ORDER environment variable.}{431}{{\_}POSIX{\_}OPTION{\_}ORDER environment variable.}
  647. \entry {program termination}{431}{program termination}
  648. \entry {process termination}{431}{process termination}
  649. \entry {exit status value}{431}{exit status value}
  650. \entry {exit status}{432}{exit status}
  651. \entry {aborting a program}{434}{aborting a program}
  652. \entry {process}{437}{process}
  653. \entry {child process}{437}{child process}
  654. \entry {parent process}{437}{parent process}
  655. \entry {running a command}{437}{running a command}
  656. \entry {process ID}{438}{process ID}
  657. \entry {process lifetime}{438}{process lifetime}
  658. \entry {creating a process}{438}{creating a process}
  659. \entry {forking a process}{438}{forking a process}
  660. \entry {child process}{438}{child process}
  661. \entry {parent process}{438}{parent process}
  662. \entry {process image}{438}{process image}
  663. \entry {executing a file}{440}{executing a file}
  664. \entry {exec functions}{440}{\code {exec} functions}
  665. \entry {process completion}{443}{process completion}
  666. \entry {waiting for completion of child process}{443}{waiting for completion of child process}
  667. \entry {testing exit status of child process}{443}{testing exit status of child process}
  668. \entry {process groups}{449}{process groups}
  669. \entry {job control}{449}{job control}
  670. \entry {job}{449}{job}
  671. \entry {session}{449}{session}
  672. \entry {shell}{449}{shell}
  673. \entry {session}{449}{session}
  674. \entry {session leader}{449}{session leader}
  675. \entry {controlling terminal}{450}{controlling terminal}
  676. \entry {foreground job}{450}{foreground job}
  677. \entry {background job}{450}{background job}
  678. \entry {stopped job}{450}{stopped job}
  679. \entry {job control is optional}{450}{job control is optional}
  680. \entry {controlling process}{451}{controlling process}
  681. \entry {controlling terminal, access to}{451}{controlling terminal, access to}
  682. \entry {SIGTTIN, from background job}{451}{\code {SIGTTIN}, from background job}
  683. \entry {SIGTTOU, from background job}{451}{\code {SIGTTOU}, from background job}
  684. \entry {orphaned process group}{451}{orphaned process group}
  685. \entry {job control, enabling}{454}{job control, enabling}
  686. \entry {subshell}{454}{subshell}
  687. \entry {job control, enabling}{454}{job control, enabling}
  688. \entry {launching jobs}{456}{launching jobs}
  689. \entry {process group leader}{456}{process group leader}
  690. \entry {process group ID}{456}{process group ID}
  691. \entry {race conditions, relating to job control}{456}{race conditions, relating to job control}
  692. \entry {foreground job, launching}{460}{foreground job, launching}
  693. \entry {background job, launching}{461}{background job, launching}
  694. \entry {stopped jobs, detecting}{461}{stopped jobs, detecting}
  695. \entry {terminated jobs, detecting}{461}{terminated jobs, detecting}
  696. \entry {SIGCHLD, handling of}{461}{\code {SIGCHLD}, handling of}
  697. \entry {stopped jobs, continuing}{466}{stopped jobs, continuing}
  698. \entry {process group functions}{467}{process group functions}
  699. \entry {job control functions}{467}{job control functions}
  700. \entry {controlling terminal, determining}{467}{controlling terminal, determining}
  701. \entry {BSD compatibility library}{469}{BSD compatibility library}
  702. \entry {login name}{473}{login name}
  703. \entry {user name}{473}{user name}
  704. \entry {user ID}{473}{user ID}
  705. \entry {group name}{473}{group name}
  706. \entry {group ID}{473}{group ID}
  707. \entry {persona}{473}{persona}
  708. \entry {effective user ID}{473}{effective user ID}
  709. \entry {effective group ID}{473}{effective group ID}
  710. \entry {real user ID}{474}{real user ID}
  711. \entry {real group ID}{474}{real group ID}
  712. \entry {supplementary group IDs}{474}{supplementary group IDs}
  713. \entry {setuid programs}{475}{\code {setuid} programs}
  714. \entry {login name, determining}{483}{login name, determining}
  715. \entry {user ID, determining}{483}{user ID, determining}
  716. \entry {user database}{484}{user database}
  717. \entry {password database}{484}{password database}
  718. \entry {converting user ID to user name}{484}{converting user ID to user name}
  719. \entry {converting user name to user ID}{484}{converting user name to user ID}
  720. \entry {scanning the user list}{485}{scanning the user list}
  721. \entry {group database}{486}{group database}
  722. \entry {converting group name to group ID}{487}{converting group name to group ID}
  723. \entry {converting group ID to group name}{487}{converting group ID to group name}
  724. \entry {scanning the group list}{487}{scanning the group list}
  725. \entry {POSIX capacity limits}{495}{POSIX capacity limits}
  726. \entry {limits, POSIX}{495}{limits, POSIX}
  727. \entry {capacity limits, POSIX}{495}{capacity limits, POSIX}
  728. \entry {limits, program argument size}{495}{limits, program argument size}
  729. \entry {limits, number of processes}{495}{limits, number of processes}
  730. \entry {limits, number of open files}{495}{limits, number of open files}
  731. \entry {limits, time zone name length}{495}{limits, time zone name length}
  732. \entry {limits, number of supplementary group IDs}{496}{limits, number of supplementary group IDs}
  733. \entry {POSIX optional features}{496}{POSIX optional features}
  734. \entry {optional POSIX features}{496}{optional POSIX features}
  735. \entry {limits, link count of files}{503}{limits, link count of files}
  736. \entry {limits, terminal input queue}{503}{limits, terminal input queue}
  737. \entry {limits, file name length}{503}{limits, file name length}
  738. \entry {limits, pipe buffer size}{504}{limits, pipe buffer size}
  739. \entry {consistency checking}{511}{consistency checking}
  740. \entry {impossible events}{511}{impossible events}
  741. \entry {assertions}{511}{assertions}
  742. \entry {variable number of arguments}{512}{variable number of arguments}
  743. \entry {variadic functions}{512}{variadic functions}
  744. \entry {optional arguments}{512}{optional arguments}
  745. \entry {function prototypes (variadic)}{513}{function prototypes (variadic)}
  746. \entry {prototypes for variadic functions}{513}{prototypes for variadic functions}
  747. \entry {variadic function prototypes}{513}{variadic function prototypes}
  748. \entry {variadic function argument access}{514}{variadic function argument access}
  749. \entry {arguments (variadic functions)}{514}{arguments (variadic functions)}
  750. \entry {number of arguments passed}{515}{number of arguments passed}
  751. \entry {how many arguments}{515}{how many arguments}
  752. \entry {arguments, how many}{515}{arguments, how many}
  753. \entry {variadic functions, calling}{515}{variadic functions, calling}
  754. \entry {calling variadic functions}{515}{calling variadic functions}
  755. \entry {declaring variadic functions}{515}{declaring variadic functions}
  756. \entry {default argument promotions}{516}{default argument promotions}
  757. \entry {argument promotion}{516}{argument promotion}
  758. \entry {null pointer constant}{519}{null pointer constant}
  759. \entry {integer type width}{520}{integer type width}
  760. \entry {width of integer type}{520}{width of integer type}
  761. \entry {type measurements, integer}{520}{type measurements, integer}
  762. \entry {integer type range}{521}{integer type range}
  763. \entry {range of integer type}{521}{range of integer type}
  764. \entry {limits, integer types}{521}{limits, integer types}
  765. \entry {floating type measurements}{522}{floating type measurements}
  766. \entry {measurements of floating types}{522}{measurements of floating types}
  767. \entry {type measurements, floating}{522}{type measurements, floating}
  768. \entry {limits, floating types}{522}{limits, floating types}
  769. \entry {sign (of floating point number)}{523}{sign (of floating point number)}
  770. \entry {base (of floating point number)}{523}{base (of floating point number)}
  771. \entry {radix (of floating point number)}{523}{radix (of floating point number)}
  772. \entry {exponent (of floating point number)}{523}{exponent (of floating point number)}
  773. \entry {bias (of floating point number exponent)}{523}{bias (of floating point number exponent)}
  774. \entry {mantissa (of floating point number)}{523}{mantissa (of floating point number)}
  775. \entry {significand (of floating point number)}{523}{significand (of floating point number)}
  776. \entry {precision (of floating point number)}{523}{precision (of floating point number)}
  777. \entry {hidden bit (of floating point number mantissa)}{523}{hidden bit (of floating point number mantissa)}
  778. \entry {normalized floating point number}{524}{normalized floating point number}
  779. \entry {IEEE floating point representation}{527}{IEEE floating point representation}
  780. \entry {floating point, IEEE}{527}{floating point, IEEE}
  781. \entry {installing the library}{609}{installing the library}
  782. \entry {reporting bugs}{612}{reporting bugs}
  783.